[INFO] cloning repository https://github.com/djmill0326/active
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/djmill0326/active" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmill0326%2Factive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmill0326%2Factive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0fbc444dd9bef8a9aa05cd4052922fdf714e2eed
[INFO] fixing djmill0326/active against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmill0326%2Factive" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/djmill0326/active
[INFO] finished tweaking git repo https://github.com/djmill0326/active
[INFO] tweaked toml for git repo https://github.com/djmill0326/active written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/djmill0326/active on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/djmill0326/active already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3
[INFO] running `Command { std: "docker" "start" "6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking active v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 63 |     erase!(global!(LISTENERS).get(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/active.rs (3 fixes)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 67 |     erase!(global!(LISTENERS).get_mut(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 71 |     let tag = global!(LISTENER_TAG);
[INFO] [stdout]    |               --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 73 |     global!(LISTENERS).insert(*tag, HashSet::new());
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 222 |         Slab::new(&mut global!(STORAGE)[size_of::<Value<T, T>>()])
[INFO] [stdout]     |                        ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 283 |     global!(STORAGE).resize(64, Vec::new());
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 63 |     erase!(global!(LISTENERS).get(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: active v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 67 |     erase!(global!(LISTENERS).get_mut(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking active v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 71 |     let tag = global!(LISTENER_TAG);
[INFO] [stdout]    |               --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 73 |     global!(LISTENERS).insert(*tag, HashSet::new());
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 222 |         Slab::new(&mut global!(STORAGE)[size_of::<Value<T, T>>()])
[INFO] [stdout]     |                        ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 283 |     global!(STORAGE).resize(64, Vec::new());
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MaybeUninit`, `borrow::BorrowMut`, and `fmt::Debug`
[INFO] [stdout]  --> src/active.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...::{borrow::BorrowMut, cell::UnsafeCell, collections::{HashMap, HashSet}, ffi::c_void, fmt::Debug, marker::PhantomData, mem::{size_of, MaybeUninit}};
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^                                                                  ^^^^^^^^^^                                      ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/active.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 22 |         unsafe { std::mem::transmute($expr) }
[INFO] [stdout]    |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 63 |     erase!(global!(LISTENERS).get(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/active.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 22 |         unsafe { std::mem::transmute($expr) }
[INFO] [stdout]    |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 67 |     erase!(global!(LISTENERS).get_mut(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MaybeUninit`, `borrow::BorrowMut`, and `fmt::Debug`
[INFO] [stdout]  --> src/active.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | ...::{borrow::BorrowMut, cell::UnsafeCell, collections::{HashMap, HashSet}, ffi::c_void, fmt::Debug, marker::PhantomData, mem::{size_of, MaybeUninit}};
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^                                                                  ^^^^^^^^^^                                      ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `2` and `3` are never read
[INFO] [stdout]   --> src/active.rs:78:75
[INFO] [stdout]    |
[INFO] [stdout] 78 | struct ValueShell<T: Clone + Copy, Resolved: Clone + Copy> (T, Option<T>, Transform<Resolved>, usize);
[INFO] [stdout]    |        ---------- fields in this struct                                   ^^^^^^^^^^^^^^^^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing these fields
[INFO] [stdout]    = note: `ValueShell` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update` is never used
[INFO] [stdout]    --> src/active.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 183 | impl<'a, T: Copy> Slab<'a, T> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 198 |     fn update<Type: Copy + 'a>(&mut self, index: usize, value: &Type) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `addEventListener` should have a snake case name
[INFO] [stdout]   --> src/active.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn addEventListener(&mut self, f: ErasedListener) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `add_event_listener`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `removeEventListener` should have a snake case name
[INFO] [stdout]   --> src/active.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn removeEventListener(&mut self, f: ErasedListener) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `remove_event_listener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 63 |     erase!(global!(LISTENERS).get(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 67 |     erase!(global!(LISTENERS).get_mut(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 71 |     let tag = global!(LISTENER_TAG);
[INFO] [stdout]    |               --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 73 |     global!(LISTENERS).insert(*tag, HashSet::new());
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 222 |         Slab::new(&mut global!(STORAGE)[size_of::<Value<T, T>>()])
[INFO] [stdout]     |                        ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 283 |     global!(STORAGE).resize(64, Vec::new());
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `active` (bin "active") due to 6 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/active.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 22 |         unsafe { std::mem::transmute($expr) }
[INFO] [stdout]    |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 63 |     erase!(global!(LISTENERS).get(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/active.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 22 |         unsafe { std::mem::transmute($expr) }
[INFO] [stdout]    |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 67 |     erase!(global!(LISTENERS).get_mut(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `2` and `3` are never read
[INFO] [stdout]   --> src/active.rs:78:75
[INFO] [stdout]    |
[INFO] [stdout] 78 | struct ValueShell<T: Clone + Copy, Resolved: Clone + Copy> (T, Option<T>, Transform<Resolved>, usize);
[INFO] [stdout]    |        ---------- fields in this struct                                   ^^^^^^^^^^^^^^^^^^^  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing these fields
[INFO] [stdout]    = note: `ValueShell` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update` is never used
[INFO] [stdout]    --> src/active.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 183 | impl<'a, T: Copy> Slab<'a, T> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 198 |     fn update<Type: Copy + 'a>(&mut self, index: usize, value: &Type) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `addEventListener` should have a snake case name
[INFO] [stdout]   --> src/active.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn addEventListener(&mut self, f: ErasedListener) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `add_event_listener`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `removeEventListener` should have a snake case name
[INFO] [stdout]   --> src/active.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn removeEventListener(&mut self, f: ErasedListener) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `remove_event_listener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 63 |     erase!(global!(LISTENERS).get(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 67 |     erase!(global!(LISTENERS).get_mut(&tag).unwrap_unchecked())
[INFO] [stdout]    |            ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 71 |     let tag = global!(LISTENER_TAG);
[INFO] [stdout]    |               --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/active.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]    |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 73 |     global!(LISTENERS).insert(*tag, HashSet::new());
[INFO] [stdout]    |     ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 222 |         Slab::new(&mut global!(STORAGE)[size_of::<Value<T, T>>()])
[INFO] [stdout]     |                        ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/active.rs:13:18
[INFO] [stdout]     |
[INFO] [stdout]  13 |         unsafe { $name.as_mut().unwrap_unchecked() }
[INFO] [stdout]     |                  ^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 283 |     global!(STORAGE).resize(64, Vec::new());
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `global` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `active` (bin "active" test) due to 6 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3", kill_on_drop: false }`
[INFO] [stdout] 6233b97303189c7bdb772baf2372a64f7d78df3f0ee33777ed7a07273966e3c3
